home *** CD-ROM | disk | FTP | other *** search
/ Professional Soft Collection 1.02 / Professional Soft Collection 1.02.iso / win95.rus / win95_11.cab / clip.inf < prev    next >
INI File  |  1995-10-02  |  2KB  |  83 lines

  1. ; CLIP.INF
  2. ;
  3. ; This is the Setup information file to install 
  4. ; ClipBoard Viewer in the Windows 95 retail product.
  5. ;
  6. ; Copyright (c) 1993-1995, Microsoft Corporation
  7.  
  8. [version]
  9. LayoutFile=layout.inf
  10. signature="$CHICAGO$"
  11. SetupClass=BASE
  12.  
  13. [DestinationDirs]
  14. ClipBrd.win             = 25
  15. ClipBrd.del.win         = 25
  16. ClipBrd.hlp             = 18
  17.  
  18.  
  19. [Optional Components]
  20. ClipBrd
  21.  
  22. [ClipBrd]
  23. OptionDesc  = %ClipBrdOpt_DESC%
  24. Tip         = %ClipBrd_TIP%
  25. Parent      = AccessTop
  26. CopyFiles   = ClipBrd.win, ClipBrd.hlp
  27. DelFiles    = ClipBrd.del.win
  28. UpdateInis  = ClipBrd.links
  29. AddReg      = ClipBrd.install.reg
  30. InstallType = 0       ;Manual only
  31. IconIndex   = 40       ;Windows mini-icon for dialogs
  32. Uninstall   = ClipBrd_remove
  33.  
  34. [ClipBrd_remove]
  35. DelFiles    = ClipBrd.win, ClipBrd.hlp
  36. AddReg      = ClipBrd.remove.reg
  37. UpdateInis  = ClipBrd.links.remove
  38.  
  39.  
  40. ;--- Clipboard Viewer Install Sections ----------------
  41. [ClipBrd.win]
  42. clipbrd.exe
  43.  
  44. [ClipBrd.hlp]
  45. clipbrd.cnt
  46. clipbrd.hlp
  47.  
  48. [ClipBrd.del.win]
  49. ;clean up any old clipbrd help files:
  50. clipbrd.hlp
  51.  
  52. [ClipBrd.links]
  53. setup.ini, progman.groups,, "group4=%APPS_DESC%"       ;creates folder
  54. setup.ini, group4,, """%Clipbd_DESC%"", CLIPBRD.EXE,,,,,%Clipbd_ShortDESC%"    ;creates link
  55.  
  56. ;Delete ClipBook Viewer if in Accessories Group:
  57. setup.ini, group4,, """%ClipBook_DESC%"""
  58.  
  59.  
  60. [ClipBrd.links.remove]
  61. setup.ini, progman.groups,, "group4=%APPS_DESC%"       ;creates folder
  62. setup.ini, group4,, """%Clipbd_DESC%"""                ;deletes link
  63. setup.ini, group4,, """%Clipbd_ShortDESC%"""                ;deletes link
  64.  
  65. [ClipBrd.install.reg]
  66. HKLM,%KEY_OPTIONAL%\ClipBrd,Installed,,"1"
  67.  
  68. [ClipBrd.remove.reg]
  69. HKLM,%KEY_OPTIONAL%\ClipBrd,Installed,,"0"
  70. ;------------------------------------------------------
  71.  
  72. [Strings]
  73. ;Non-Localizable strings:
  74. KEY_OPTIONAL   = "SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents"
  75.  
  76. ;Localizable strings:
  77. APPS_DESC       = "╤≥αφΣα≡≥φ√σ"
  78. ClipBrdOpt_DESC = "╧≡ε±∞ε≥≡ ß≤⌠σ≡α εß∞σφα"
  79. ClipBrd_TIP     = "╧ετΓεδ σ≥ ∩≡ε±∞ε≥≡σ≥ⁿ ±εΣσ≡µΦ∞εσ ß≤⌠σ≡α εß∞σφα Windows."
  80. Clipbd_DESC     = "╧≡ε±∞ε≥≡ ß≤⌠σ≡α εß∞σφα"
  81. ClipBook_DESC   = "╧≡ε±∞ε≥≡ ∩α∩ΩΦ εß∞σφα"
  82. Clipbd_ShortDESC = "┴≤⌠σ≡"
  83.